home *** CD-ROM | disk | FTP | other *** search
/ PC-SIG: World of Education / PC-SiG's World of Education.iso / run / 2602 / implicit.hlp < prev    next >
Encoding:
Text File  |  1989-01-09  |  764 b   |  14 lines

  1. Refers to the automatic sequencing from START to START+DUR in equal
  2. increments given by STEP with expression evaluation done at each of
  3. these values when DAN executes a statement that references a variable. 
  4. Thus, the statement PLOT( exprA - exprB) means determine the values of
  5. 'exprA' and 'exprB' at START, subtract the values, and plot the result;
  6. determine the values of 'exprA' and 'exprB' at START + STEP, subtract
  7. the values, and plot the result; ...; determine the values of 'exprA'
  8. and 'exprB' at START + DUR + ?, subtract the values and plot the
  9. result.
  10.  
  11. Any statement that references a data file or one of
  12. DAN's pre-defined variables (i.e.  T, X, OPER) causes an implicit loop
  13. to be executed with processing taking place at each step time.
  14.